From b4233d9550d056e5ce7052bd128c547f0cf72c98 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 3 Oct 2009 12:35:55 +0000 Subject: [PATCH] *** empty log message *** --- lisp/net/tramp-ftp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el index eed7f92b0e9..c2a04efbc19 100644 --- a/lisp/net/tramp-ftp.el +++ b/lisp/net/tramp-ftp.el @@ -134,7 +134,7 @@ First arg specifies the OPERATION, second arg is a list of arguments to pass to the OPERATION." (save-match-data (or (boundp 'ange-ftp-name-format) - (require 'ange-ftp)) + (let (file-name-handler-alist) (require 'ange-ftp))) (let ((ange-ftp-name-format (list (nth 0 tramp-file-name-structure) (nth 3 tramp-file-name-structure) -- 2.30.2